home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / share / internet / DOMPRO11 / DOMAIN.exe / 0 / RCDATA / TFORMREG / TFORMREG.txt < prev   
Encoding:
Text File  |  1998-02-01  |  27.5 KB  |  1,251 lines

  1. object FormReg: TFormReg
  2.   Left = 161
  3.   Top = 88
  4.   ActiveControl = PageControl1
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Domain Registration'
  7.   ClientHeight = 383
  8.   ClientWidth = 445
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object LabelHint: TLabel
  20.     Left = 8
  21.     Top = 304
  22.     Width = 152
  23.     Height = 14
  24.     Caption = 'HINT on Domain Information'
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'Arial'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Memo2: TMemo
  32.     Left = 8
  33.     Top = 320
  34.     Width = 433
  35.     Height = 57
  36.     BorderStyle = bsNone
  37.     Font.Color = clBlack
  38.     Font.Height = -11
  39.     Font.Name = 'Arial'
  40.     Font.Style = []
  41.     Lines.Strings = (
  42.       
  43.         'The Contact/Agent is the person or organization authorized by th' +
  44.         'e domain name '
  45.       
  46.         'Registrant to act on behalf of the legal entity . The Contact wi' +
  47.         'll be invoiced for '
  48.       'registrations and renewals.')
  49.     ParentFont = False
  50.     TabOrder = 2
  51.     Visible = False
  52.   end
  53.   object Memo3: TMemo
  54.     Left = 8
  55.     Top = 320
  56.     Width = 433
  57.     Height = 57
  58.     TabStop = False
  59.     BorderStyle = bsNone
  60.     Font.Color = clBlack
  61.     Font.Height = -11
  62.     Font.Name = 'Arial'
  63.     Font.Style = []
  64.     Lines.Strings = (
  65.       
  66.         'Choose what you want and the cashier will calculate the price fo' +
  67.         'r you.'
  68.       'We have special discount for register multiple domain name.')
  69.     ParentFont = False
  70.     TabOrder = 3
  71.     Visible = False
  72.   end
  73.   object PageControl1: TPageControl
  74.     Left = 8
  75.     Top = 8
  76.     Width = 441
  77.     Height = 289
  78.     ActivePage = TabSheet1
  79.     Font.Color = clBlack
  80.     Font.Height = -11
  81.     Font.Name = 'Arial'
  82.     Font.Style = [fsBold]
  83.     ParentFont = False
  84.     TabOrder = 0
  85.     OnChange = PageControl1Change
  86.     object TabSheet1: TTabSheet
  87.       Caption = 'Domain Information'
  88.       object Label23: TLabel
  89.         Left = 8
  90.         Top = 40
  91.         Width = 91
  92.         Height = 14
  93.         Caption = 'Organization Name'
  94.         Font.Color = clBlack
  95.         Font.Height = -11
  96.         Font.Name = 'Arial'
  97.         Font.Style = []
  98.         ParentFont = False
  99.       end
  100.       object Label24: TLabel
  101.         Left = 8
  102.         Top = 72
  103.         Width = 74
  104.         Height = 14
  105.         Caption = 'Street Address'
  106.         Font.Color = clBlack
  107.         Font.Height = -11
  108.         Font.Name = 'Arial'
  109.         Font.Style = []
  110.         ParentFont = False
  111.       end
  112.       object Label25: TLabel
  113.         Left = 8
  114.         Top = 128
  115.         Width = 38
  116.         Height = 14
  117.         Caption = 'Country'
  118.         Font.Color = clBlack
  119.         Font.Height = -11
  120.         Font.Name = 'Arial'
  121.         Font.Style = []
  122.         ParentFont = False
  123.       end
  124.       object LabelState: TLabel
  125.         Left = 200
  126.         Top = 128
  127.         Width = 25
  128.         Height = 14
  129.         Caption = 'State'
  130.         Enabled = False
  131.         Font.Color = clBlack
  132.         Font.Height = -11
  133.         Font.Name = 'Arial'
  134.         Font.Style = []
  135.         ParentFont = False
  136.       end
  137.       object LabelPostal: TLabel
  138.         Left = 328
  139.         Top = 128
  140.         Width = 57
  141.         Height = 14
  142.         Caption = 'Postal Code'
  143.         Enabled = False
  144.         Font.Color = clBlack
  145.         Font.Height = -11
  146.         Font.Name = 'Arial'
  147.         Font.Style = []
  148.         ParentFont = False
  149.       end
  150.       object Label10: TLabel
  151.         Left = 8
  152.         Top = 8
  153.         Width = 65
  154.         Height = 14
  155.         Caption = 'Domain Name'
  156.         Font.Color = clBlack
  157.         Font.Height = -11
  158.         Font.Name = 'Arial'
  159.         Font.Style = []
  160.         ParentFont = False
  161.       end
  162.       object Label14: TLabel
  163.         Left = 8
  164.         Top = 168
  165.         Width = 17
  166.         Height = 13
  167.         Caption = 'City'
  168.         Font.Color = clBlack
  169.         Font.Height = -11
  170.         Font.Name = 'MS Sans Serif'
  171.         Font.Style = []
  172.         ParentFont = False
  173.       end
  174.       object SpeedButton3: TSpeedButton
  175.         Left = 264
  176.         Top = 8
  177.         Width = 25
  178.         Height = 22
  179.         Caption = '<<'
  180.         OnClick = SpeedButton3Click
  181.       end
  182.       object EditCoName: TEdit
  183.         Left = 104
  184.         Top = 40
  185.         Width = 319
  186.         Height = 22
  187.         Font.Color = clBlack
  188.         Font.Height = -11
  189.         Font.Name = 'Arial'
  190.         Font.Style = []
  191.         ParentFont = False
  192.         TabOrder = 1
  193.         OnExit = EditCoNameExit
  194.       end
  195.       object combocountry: TComboBox
  196.         Left = 8
  197.         Top = 144
  198.         Width = 191
  199.         Height = 22
  200.         Font.Color = clBlack
  201.         Font.Height = -11
  202.         Font.Name = 'Arial'
  203.         Font.Style = []
  204.         ItemHeight = 14
  205.         ParentFont = False
  206.         TabOrder = 3
  207.         OnClick = combocountryClick
  208.       end
  209.       object EditAddr1: TEdit
  210.         Left = 8
  211.         Top = 88
  212.         Width = 417
  213.         Height = 22
  214.         Font.Color = clBlack
  215.         Font.Height = -11
  216.         Font.Name = 'Arial'
  217.         Font.Style = []
  218.         ParentFont = False
  219.         TabOrder = 2
  220.         OnExit = EditAddr1Exit
  221.       end
  222.       object EditPostal: TEdit
  223.         Left = 328
  224.         Top = 144
  225.         Width = 97
  226.         Height = 22
  227.         Enabled = False
  228.         Font.Color = clBlack
  229.         Font.Height = -11
  230.         Font.Name = 'Arial'
  231.         Font.Style = []
  232.         ParentFont = False
  233.         TabOrder = 5
  234.       end
  235.       object EditState: TEdit
  236.         Left = 200
  237.         Top = 144
  238.         Width = 113
  239.         Height = 22
  240.         Enabled = False
  241.         Font.Color = clBlack
  242.         Font.Height = -11
  243.         Font.Name = 'Arial'
  244.         Font.Style = []
  245.         ParentFont = False
  246.         TabOrder = 4
  247.       end
  248.       object EditRegDomname: TEdit
  249.         Left = 104
  250.         Top = 8
  251.         Width = 145
  252.         Height = 22
  253.         TabStop = False
  254.         Font.Color = clBlack
  255.         Font.Height = -11
  256.         Font.Name = 'Arial'
  257.         Font.Style = []
  258.         ParentFont = False
  259.         ReadOnly = True
  260.         TabOrder = 0
  261.       end
  262.       object EditCity: TEdit
  263.         Left = 8
  264.         Top = 184
  265.         Width = 185
  266.         Height = 22
  267.         Font.Color = clBlack
  268.         Font.Height = -11
  269.         Font.Name = 'Arial'
  270.         Font.Style = []
  271.         ParentFont = False
  272.         TabOrder = 6
  273.         OnExit = EditCityExit
  274.       end
  275.       object cc: TBitBtn
  276.         Left = 352
  277.         Top = 232
  278.         Width = 75
  279.         Height = 25
  280.         Caption = 'NEXT >>'
  281.         TabOrder = 7
  282.         OnClick = ccClick
  283.       end
  284.       object availnames: TComboBox
  285.         Left = 288
  286.         Top = 8
  287.         Width = 137
  288.         Height = 21
  289.         TabStop = False
  290.         Font.Color = clBlack
  291.         Font.Height = -11
  292.         Font.Name = 'MS Sans Serif'
  293.         Font.Style = []
  294.         ItemHeight = 13
  295.         ParentFont = False
  296.         TabOrder = 8
  297.       end
  298.     end
  299.     object TabSheet2: TTabSheet
  300.       Caption = 'Contact Information'
  301.       object Label8: TLabel
  302.         Left = 0
  303.         Top = 260
  304.         Width = 28
  305.         Height = 14
  306.         Caption = 'State'
  307.         Enabled = False
  308.       end
  309.       object Label9: TLabel
  310.         Left = 208
  311.         Top = 260
  312.         Width = 66
  313.         Height = 14
  314.         Caption = 'Postal Code'
  315.         Enabled = False
  316.       end
  317.       object Label1: TLabel
  318.         Left = 8
  319.         Top = 8
  320.         Width = 74
  321.         Height = 14
  322.         Caption = 'Contact Person'
  323.         Font.Color = clBlack
  324.         Font.Height = -11
  325.         Font.Name = 'Arial'
  326.         Font.Style = []
  327.         ParentFont = False
  328.       end
  329.       object Label2: TLabel
  330.         Left = 8
  331.         Top = 72
  332.         Width = 91
  333.         Height = 14
  334.         Caption = 'Orgainzation Name'
  335.         Font.Color = clBlack
  336.         Font.Height = -11
  337.         Font.Name = 'Arial'
  338.         Font.Style = []
  339.         ParentFont = False
  340.       end
  341.       object Label3: TLabel
  342.         Left = 8
  343.         Top = 128
  344.         Width = 74
  345.         Height = 14
  346.         Caption = 'Street Address'
  347.         Font.Color = clBlack
  348.         Font.Height = -11
  349.         Font.Name = 'Arial'
  350.         Font.Style = []
  351.         ParentFont = False
  352.       end
  353.       object Label4: TLabel
  354.         Left = 8
  355.         Top = 168
  356.         Width = 38
  357.         Height = 14
  358.         Caption = 'Country'
  359.         Font.Color = clBlack
  360.         Font.Height = -11
  361.         Font.Name = 'Arial'
  362.         Font.Style = []
  363.         ParentFont = False
  364.       end
  365.       object Label5: TLabel
  366.         Left = 8
  367.         Top = 104
  368.         Width = 70
  369.         Height = 14
  370.         Caption = 'Phone Number'
  371.         Font.Color = clBlack
  372.         Font.Height = -11
  373.         Font.Name = 'Arial'
  374.         Font.Style = []
  375.         ParentFont = False
  376.       end
  377.       object Label6: TLabel
  378.         Left = 232
  379.         Top = 104
  380.         Width = 65
  381.         Height = 33
  382.         AutoSize = False
  383.         Caption = 'Fax Number (optional)'
  384.         Font.Color = clBlack
  385.         Font.Height = -11
  386.         Font.Name = 'Arial'
  387.         Font.Style = []
  388.         ParentFont = False
  389.         WordWrap = True
  390.       end
  391.       object Label7: TLabel
  392.         Left = 8
  393.         Top = 40
  394.         Width = 68
  395.         Height = 14
  396.         Caption = 'Contact e-mail'
  397.         Font.Color = clBlack
  398.         Font.Height = -11
  399.         Font.Name = 'Arial'
  400.         Font.Style = []
  401.         ParentFont = False
  402.       end
  403.       object LabelState2: TLabel
  404.         Left = 200
  405.         Top = 168
  406.         Width = 25
  407.         Height = 14
  408.         Caption = 'State'
  409.         Enabled = False
  410.         Font.Color = clBlack
  411.         Font.Height = -11
  412.         Font.Name = 'Arial'
  413.         Font.Style = []
  414.         ParentFont = False
  415.       end
  416.       object LabelPostal2: TLabel
  417.         Left = 320
  418.         Top = 168
  419.         Width = 57
  420.         Height = 14
  421.         Caption = 'Postal Code'
  422.         Enabled = False
  423.         Font.Color = clBlack
  424.         Font.Height = -11
  425.         Font.Name = 'Arial'
  426.         Font.Style = []
  427.         ParentFont = False
  428.       end
  429.       object Label15: TLabel
  430.         Left = 8
  431.         Top = 208
  432.         Width = 17
  433.         Height = 13
  434.         Caption = 'City'
  435.         Font.Color = clBlack
  436.         Font.Height = -11
  437.         Font.Name = 'MS Sans Serif'
  438.         Font.Style = []
  439.         ParentFont = False
  440.       end
  441.       object Edit7: TEdit
  442.         Left = 280
  443.         Top = 260
  444.         Width = 89
  445.         Height = 22
  446.         Enabled = False
  447.         TabOrder = 11
  448.         Text = 'Edit7'
  449.       end
  450.       object Edit8: TEdit
  451.         Left = 40
  452.         Top = 260
  453.         Width = 153
  454.         Height = 22
  455.         TabOrder = 12
  456.         Text = 'Edit8'
  457.       end
  458.       object ContactCo: TEdit
  459.         Left = 104
  460.         Top = 72
  461.         Width = 321
  462.         Height = 22
  463.         Font.Color = clBlack
  464.         Font.Height = -11
  465.         Font.Name = 'Arial'
  466.         Font.Style = []
  467.         ParentFont = False
  468.         TabOrder = 2
  469.       end
  470.       object ContactCountry: TComboBox
  471.         Left = 8
  472.         Top = 184
  473.         Width = 185
  474.         Height = 22
  475.         Font.Color = clBlack
  476.         Font.Height = -11
  477.         Font.Name = 'Arial'
  478.         Font.Style = []
  479.         ItemHeight = 14
  480.         ParentFont = False
  481.         TabOrder = 6
  482.         OnClick = ContactCountryClick
  483.       end
  484.       object ContactPhone: TEdit
  485.         Left = 104
  486.         Top = 104
  487.         Width = 113
  488.         Height = 22
  489.         Font.Color = clBlack
  490.         Font.Height = -11
  491.         Font.Name = 'Arial'
  492.         Font.Style = []
  493.         ParentFont = False
  494.         TabOrder = 3
  495.         Text = '(###)####-####'
  496.       end
  497.       object ContactFax: TEdit
  498.         Left = 312
  499.         Top = 104
  500.         Width = 111
  501.         Height = 22
  502.         Font.Color = clBlack
  503.         Font.Height = -11
  504.         Font.Name = 'Arial'
  505.         Font.Style = []
  506.         ParentFont = False
  507.         TabOrder = 4
  508.       end
  509.       object ContactMail: TEdit
  510.         Left = 104
  511.         Top = 40
  512.         Width = 321
  513.         Height = 22
  514.         Font.Color = clBlack
  515.         Font.Height = -11
  516.         Font.Name = 'Arial'
  517.         Font.Style = []
  518.         ParentFont = False
  519.         TabOrder = 1
  520.       end
  521.       object ContactName: TEdit
  522.         Left = 104
  523.         Top = 8
  524.         Width = 321
  525.         Height = 22
  526.         Font.Color = clBlack
  527.         Font.Height = -11
  528.         Font.Name = 'Arial'
  529.         Font.Style = []
  530.         ParentFont = False
  531.         TabOrder = 0
  532.       end
  533.       object ContactAddr: TEdit
  534.         Left = 8
  535.         Top = 144
  536.         Width = 417
  537.         Height = 22
  538.         Font.Color = clBlack
  539.         Font.Height = -11
  540.         Font.Name = 'Arial'
  541.         Font.Style = []
  542.         ParentFont = False
  543.         TabOrder = 5
  544.       end
  545.       object ContactPost: TEdit
  546.         Left = 320
  547.         Top = 184
  548.         Width = 105
  549.         Height = 22
  550.         Enabled = False
  551.         Font.Color = clBlack
  552.         Font.Height = -11
  553.         Font.Name = 'Arial'
  554.         Font.Style = []
  555.         ParentFont = False
  556.         TabOrder = 9
  557.       end
  558.       object ContactState: TEdit
  559.         Left = 200
  560.         Top = 184
  561.         Width = 105
  562.         Height = 22
  563.         Enabled = False
  564.         Font.Color = clBlack
  565.         Font.Height = -11
  566.         Font.Name = 'Arial'
  567.         Font.Style = []
  568.         ParentFont = False
  569.         TabOrder = 8
  570.       end
  571.       object ContactCity: TEdit
  572.         Left = 8
  573.         Top = 224
  574.         Width = 185
  575.         Height = 22
  576.         Font.Color = clBlack
  577.         Font.Height = -11
  578.         Font.Name = 'Arial'
  579.         Font.Style = []
  580.         ParentFont = False
  581.         TabOrder = 7
  582.       end
  583.       object BitBtn1: TBitBtn
  584.         Left = 352
  585.         Top = 232
  586.         Width = 75
  587.         Height = 25
  588.         Caption = 'NEXT >>'
  589.         TabOrder = 10
  590.         OnClick = BitBtn1Click
  591.       end
  592.       object Edithandle: TEdit
  593.         Left = 200
  594.         Top = 224
  595.         Width = 105
  596.         Height = 22
  597.         Enabled = False
  598.         Font.Color = clBlack
  599.         Font.Height = -11
  600.         Font.Name = 'Arial'
  601.         Font.Style = []
  602.         ParentFont = False
  603.         TabOrder = 13
  604.       end
  605.       object ISHandle: TCheckBox
  606.         Left = 200
  607.         Top = 208
  608.         Width = 105
  609.         Height = 17
  610.         Caption = 'Handle (optional)'
  611.         Font.Color = clBlack
  612.         Font.Height = -11
  613.         Font.Name = 'Arial'
  614.         Font.Style = []
  615.         ParentFont = False
  616.         TabOrder = 14
  617.         OnClick = ISHandleClick
  618.       end
  619.     end
  620.     object TabSheet3: TTabSheet
  621.       Caption = 'Cashier'
  622.       object Label11: TLabel
  623.         Left = 8
  624.         Top = 8
  625.         Width = 121
  626.         Height = 13
  627.         Caption = 'Domain Name to Register'
  628.         Font.Color = clBlack
  629.         Font.Height = -11
  630.         Font.Name = 'MS Sans Serif'
  631.         Font.Style = []
  632.         ParentFont = False
  633.       end
  634.       object Label12: TLabel
  635.         Left = 312
  636.         Top = 8
  637.         Width = 96
  638.         Height = 13
  639.         Caption = 'Number of Domains '
  640.         Font.Color = clBlack
  641.         Font.Height = -11
  642.         Font.Name = 'MS Sans Serif'
  643.         Font.Style = []
  644.         ParentFont = False
  645.       end
  646.       object Label13: TLabel
  647.         Left = 8
  648.         Top = 80
  649.         Width = 79
  650.         Height = 14
  651.         Caption = 'Total Cost US$'
  652.         Font.Color = clBlack
  653.         Font.Height = -11
  654.         Font.Name = 'Arial'
  655.         Font.Style = [fsBold]
  656.         ParentFont = False
  657.       end
  658.       object Bevel1: TBevel
  659.         Left = 0
  660.         Top = 72
  661.         Width = 433
  662.         Height = 9
  663.         Shape = bsTopLine
  664.       end
  665.       object SpeedButton2: TSpeedButton
  666.         Left = 352
  667.         Top = 200
  668.         Width = 73
  669.         Height = 25
  670.         Caption = 'Virtual Pin'
  671.         Font.Color = clBlack
  672.         Font.Height = -11
  673.         Font.Name = 'Arial'
  674.         Font.Style = []
  675.         ParentFont = False
  676.         Visible = False
  677.         OnClick = SpeedButton2Click
  678.       end
  679.       object MemoEconomic: TMemo
  680.         Left = 368
  681.         Top = 40
  682.         Width = 25
  683.         Height = 17
  684.         BorderStyle = bsNone
  685.         Font.Color = clBlack
  686.         Font.Height = -11
  687.         Font.Name = 'Arial'
  688.         Font.Style = []
  689.         Lines.Strings = (
  690.           'INC'
  691.           'LUD'
  692.           'E'
  693.           '       '
  694.           '       '
  695.           '  * '
  696.           'Regi'
  697.           'ster '
  698.           'one '
  699.           'dom'
  700.           'ain '
  701.           'nam'
  702.           'e'
  703.           '       '
  704.           '       '
  705.           '  * '
  706.           'Dom'
  707.           'ain '
  708.           'Wiz'
  709.           'ard '
  710.           '1.0 '
  711.           '(WI'
  712.           'N95 '
  713.           'and '
  714.           'NT '
  715.           'Regi'
  716.           'ster'
  717.           'ed '
  718.           'Ver'
  719.           'sion'
  720.           ')'
  721.           '       '
  722.           '       '
  723.           '  * '
  724.           'Wh'
  725.           'oisF'
  726.           'aste'
  727.           'r '
  728.           '1.0 '
  729.           '(WI'
  730.           'N95 '
  731.           'and '
  732.           'NT '
  733.           'Regi'
  734.           'ster '
  735.           'Ver'
  736.           'sion'
  737.           ')'
  738.           'CO'
  739.           'ST'
  740.           '       '
  741.           '       '
  742.           '  * '
  743.           'One '
  744.           'time '
  745.           'fee '
  746.           'US$'
  747.           '50 '
  748.           '& '
  749.           'Inter'
  750.           'NIC '
  751.           'fee '
  752.           'US$'
  753.           '100')
  754.         ParentFont = False
  755.         ReadOnly = True
  756.         TabOrder = 0
  757.         Visible = False
  758.       end
  759.       object MemoPersonal: TMemo
  760.         Left = 368
  761.         Top = 56
  762.         Width = 25
  763.         Height = 17
  764.         BorderStyle = bsNone
  765.         Font.Color = clBlack
  766.         Font.Height = -11
  767.         Font.Name = 'Arial'
  768.         Font.Style = []
  769.         Lines.Strings = (
  770.           'INC'
  771.           'LUD'
  772.           'E'
  773.           '       '
  774.           '       '
  775.           '  * '
  776.           'Regi'
  777.           'ster '
  778.           'one '
  779.           'dom'
  780.           'ain '
  781.           'nam'
  782.           'e'
  783.           '       '
  784.           '       '
  785.           '  * '
  786.           'One '
  787.           'e-m'
  788.           'ail '
  789.           'add'
  790.           'res'
  791.           's '
  792.           '(eg. '
  793.           'joe'
  794.           '@m'
  795.           'y-d'
  796.           'oma'
  797.           'in.c'
  798.           'om) '
  799.           '       '
  800.           '       '
  801.           '  * '
  802.           'An '
  803.           'und'
  804.           'er '
  805.           'con'
  806.           'stru'
  807.           'ctio'
  808.           'n '
  809.           'pag'
  810.           'e '
  811.           'for '
  812.           'you'
  813.           'r '
  814.           'dom'
  815.           'ain '
  816.           'nam'
  817.           'e'
  818.           '       '
  819.           '       '
  820.           '  * '
  821.           'Dom'
  822.           'ain '
  823.           'Wiz'
  824.           'ard '
  825.           '1.0 '
  826.           '(WI'
  827.           'N95 '
  828.           'and '
  829.           'NT '
  830.           'Regi'
  831.           'ster'
  832.           'ed '
  833.           'Ver'
  834.           'sion'
  835.           ')'
  836.           '       '
  837.           '       '
  838.           '  * '
  839.           'Wh'
  840.           'oisF'
  841.           'aste'
  842.           'r '
  843.           '1.0 '
  844.           '(WI'
  845.           'N95 '
  846.           'and '
  847.           'NT '
  848.           'Regi'
  849.           'ster '
  850.           'Ver'
  851.           'sion'
  852.           ')'
  853.           'CO'
  854.           'ST'
  855.           '       '
  856.           '       '
  857.           '  * '
  858.           'One '
  859.           'time '
  860.           'fee '
  861.           'US$'
  862.           '50 '
  863.           '& '
  864.           'Inter'
  865.           'NIC '
  866.           'fee '
  867.           'US$'
  868.           '100')
  869.         ParentFont = False
  870.         ReadOnly = True
  871.         TabOrder = 3
  872.         Visible = False
  873.       end
  874.       object MemoCorporate: TMemo
  875.         Left = 392
  876.         Top = 40
  877.         Width = 25
  878.         Height = 17
  879.         BorderStyle = bsNone
  880.         Font.Color = clBlack
  881.         Font.Height = -11
  882.         Font.Name = 'Arial'
  883.         Font.Style = []
  884.         Lines.Strings = (
  885.           'INC'
  886.           'LUD'
  887.           'E'
  888.           '       '
  889.           '       '
  890.           '  * '
  891.           'Regi'
  892.           'ster '
  893.           'unli'
  894.           'mite'
  895.           'd '
  896.           'num'
  897.           'ber '
  898.           'of '
  899.           'dom'
  900.           'ain '
  901.           'nam'
  902.           'e'
  903.           '       '
  904.           '       '
  905.           '  * 3 '
  906.           'e-m'
  907.           'ail '
  908.           'add'
  909.           'res'
  910.           's '
  911.           'with '
  912.           'eac'
  913.           'h '
  914.           'dom'
  915.           'ain '
  916.           'nam'
  917.           'e'
  918.           '       '
  919.           '       '
  920.           '  * '
  921.           'Und'
  922.           'er '
  923.           'con'
  924.           'stru'
  925.           'ctio'
  926.           'n '
  927.           'pag'
  928.           'e '
  929.           'for '
  930.           'all '
  931.           'dom'
  932.           'ain '
  933.           'nam'
  934.           'e'
  935.           '       '
  936.           '       '
  937.           '  * '
  938.           'Dom'
  939.           'ain '
  940.           'Wiz'
  941.           'ard '
  942.           '1.0 '
  943.           '(WI'
  944.           'N95 '
  945.           'and '
  946.           'NT '
  947.           'Regi'
  948.           'ster'
  949.           'ed '
  950.           'Ver'
  951.           'sion'
  952.           ')'
  953.           '       '
  954.           '       '
  955.           '  * '
  956.           'Wh'
  957.           'oisF'
  958.           'aste'
  959.           'r '
  960.           '1.0 '
  961.           '(WI'
  962.           'N95 '
  963.           'and '
  964.           'NT '
  965.           'Regi'
  966.           'ster '
  967.           'Ver'
  968.           'sion'
  969.           ')'
  970.           'CO'
  971.           'ST'
  972.           '       '
  973.           '       '
  974.           '  * '
  975.           'One '
  976.           'time '
  977.           'fee '
  978.           'US$'
  979.           '25 '
  980.           'per '
  981.           'dom'
  982.           'ain '
  983.           'nam'
  984.           'e')
  985.         ParentFont = False
  986.         ReadOnly = True
  987.         TabOrder = 4
  988.         Visible = False
  989.       end
  990.       object BitBtn2: TBitBtn
  991.         Left = 352
  992.         Top = 232
  993.         Width = 73
  994.         Height = 25
  995.         Caption = 'DONE'
  996.         TabOrder = 1
  997.         OnClick = BitBtn2Click
  998.       end
  999.       object RadioGroup1: TRadioGroup
  1000.         Left = 392
  1001.         Top = 56
  1002.         Width = 25
  1003.         Height = 17
  1004.         Columns = 3
  1005.         ItemIndex = 0
  1006.         Items.Strings = (
  1007.           'Economic'
  1008.           'Personal'
  1009.           'Corporate')
  1010.         TabOrder = 2
  1011.         Visible = False
  1012.         OnClick = RadioGroup1Click
  1013.       end
  1014.       object editdomlist: TEdit
  1015.         Left = 8
  1016.         Top = 24
  1017.         Width = 289
  1018.         Height = 21
  1019.         Font.Color = clBlack
  1020.         Font.Height = -11
  1021.         Font.Name = 'MS Sans Serif'
  1022.         Font.Style = []
  1023.         ParentFont = False
  1024.         TabOrder = 5
  1025.       end
  1026.       object Editnumdom: TEdit
  1027.         Left = 312
  1028.         Top = 24
  1029.         Width = 89
  1030.         Height = 21
  1031.         Font.Color = clBlack
  1032.         Font.Height = -11
  1033.         Font.Name = 'MS Sans Serif'
  1034.         Font.Style = []
  1035.         ParentFont = False
  1036.         TabOrder = 6
  1037.       end
  1038.       object IsWhoisFaster: TCheckBox
  1039.         Left = 8
  1040.         Top = 48
  1041.         Width = 305
  1042.         Height = 17
  1043.         Caption = 'Domain Pro 1.0 Expert (FREE with domain name registration)'
  1044.         Font.Color = clBlack
  1045.         Font.Height = -11
  1046.         Font.Name = 'MS Sans Serif'
  1047.         Font.Style = []
  1048.         ParentFont = False
  1049.         State = cbChecked
  1050.         TabOrder = 7
  1051.         OnClick = IsWhoisFasterClick
  1052.       end
  1053.       object Editcost: TEdit
  1054.         Left = 96
  1055.         Top = 80
  1056.         Width = 89
  1057.         Height = 21
  1058.         Font.Color = clBlack
  1059.         Font.Height = -11
  1060.         Font.Name = 'MS Sans Serif'
  1061.         Font.Style = []
  1062.         ParentFont = False
  1063.         TabOrder = 8
  1064.       end
  1065.       object PageControl2: TPageControl
  1066.         Left = 8
  1067.         Top = 120
  1068.         Width = 329
  1069.         Height = 137
  1070.         ActivePage = TabSheet4
  1071.         Font.Color = clBlack
  1072.         Font.Height = -11
  1073.         Font.Name = 'Arial'
  1074.         Font.Style = [fsBold]
  1075.         ParentFont = False
  1076.         TabOrder = 9
  1077.         Visible = False
  1078.         object TabSheet4: TTabSheet
  1079.           Caption = 'How do I Pay ?'
  1080.           object Label16: TLabel
  1081.             Left = 8
  1082.             Top = 0
  1083.             Width = 305
  1084.             Height = 33
  1085.             AutoSize = False
  1086.             Caption = 
  1087.               'You send your credit card number by CALL or by FAX , this preven' +
  1088.               'ts the dangers of sending it through Internet'
  1089.             Font.Color = clBlack
  1090.             Font.Height = -11
  1091.             Font.Name = 'Arial'
  1092.             Font.Style = []
  1093.             ParentFont = False
  1094.             WordWrap = True
  1095.           end
  1096.           object SpeedButton1: TSpeedButton
  1097.             Left = 184
  1098.             Top = 72
  1099.             Width = 129
  1100.             Height = 25
  1101.             Caption = 'VISA or Master >>'
  1102.             OnClick = SpeedButton1Click
  1103.           end
  1104.         end
  1105.         object TabSheet5: TTabSheet
  1106.           Caption = '3 Simple Steps'
  1107.           object Label17: TLabel
  1108.             Left = 40
  1109.             Top = 0
  1110.             Width = 281
  1111.             Height = 25
  1112.             AutoSize = False
  1113.             Caption = 
  1114.               'First , apply a virtual pin by fill in a form using the browser ' +
  1115.               '(approx 3 minutes)'
  1116.             Font.Color = clBlack
  1117.             Font.Height = -11
  1118.             Font.Name = 'Arial'
  1119.             Font.Style = []
  1120.             ParentFont = False
  1121.             WordWrap = True
  1122.           end
  1123.           object buttonstep1: TSpeedButton
  1124.             Left = 8
  1125.             Top = 0
  1126.             Width = 25
  1127.             Height = 25
  1128.             Caption = '1'
  1129.             OnClick = buttonstep1Click
  1130.           end
  1131.           object buttonstep2: TSpeedButton
  1132.             Left = 8
  1133.             Top = 32
  1134.             Width = 25
  1135.             Height = 25
  1136.             Caption = '2'
  1137.             Enabled = False
  1138.             OnClick = buttonstep2Click
  1139.           end
  1140.           object Label18: TLabel
  1141.             Left = 40
  1142.             Top = 32
  1143.             Width = 273
  1144.             Height = 33
  1145.             AutoSize = False
  1146.             Caption = 
  1147.               'Send the credit card number by CALL or by FAX (follow instructio' +
  1148.               'n in the e-mail  you received)'
  1149.             Font.Color = clBlack
  1150.             Font.Height = -11
  1151.             Font.Name = 'Arial'
  1152.             Font.Style = []
  1153.             ParentFont = False
  1154.             WordWrap = True
  1155.           end
  1156.           object buttonstep3: TSpeedButton
  1157.             Left = 8
  1158.             Top = 72
  1159.             Width = 25
  1160.             Height = 25
  1161.             Caption = '3'
  1162.             Enabled = False
  1163.             OnClick = buttonstep3Click
  1164.           end
  1165.           object Label19: TLabel
  1166.             Left = 40
  1167.             Top = 72
  1168.             Width = 281
  1169.             Height = 25
  1170.             AutoSize = False
  1171.             Caption = 
  1172.               'You will receive an e-mail usually within 2 hours.The e-mail con' +
  1173.               'firm PIN is activated. then Click "3" to continue'
  1174.             Font.Color = clBlack
  1175.             Font.Height = -11
  1176.             Font.Name = 'Arial'
  1177.             Font.Style = []
  1178.             ParentFont = False
  1179.             WordWrap = True
  1180.           end
  1181.         end
  1182.         object TabSheet6: TTabSheet
  1183.           Caption = 'Virtual Pin'
  1184.           object Label20: TLabel
  1185.             Left = 8
  1186.             Top = 8
  1187.             Width = 111
  1188.             Height = 14
  1189.             Caption = 'Please Enter Virtual Pin'
  1190.             Font.Color = clBlack
  1191.             Font.Height = -11
  1192.             Font.Name = 'Arial'
  1193.             Font.Style = []
  1194.             ParentFont = False
  1195.           end
  1196.           object SpeedButton5: TSpeedButton
  1197.             Left = 184
  1198.             Top = 72
  1199.             Width = 129
  1200.             Height = 25
  1201.             Caption = 'OK'
  1202.             OnClick = SpeedButton5Click
  1203.           end
  1204.           object EditPin: TEdit
  1205.             Left = 8
  1206.             Top = 24
  1207.             Width = 177
  1208.             Height = 22
  1209.             Font.Color = clBlack
  1210.             Font.Height = -11
  1211.             Font.Name = 'Arial'
  1212.             Font.Style = []
  1213.             ParentFont = False
  1214.             TabOrder = 0
  1215.           end
  1216.         end
  1217.       end
  1218.     end
  1219.   end
  1220.   object Memo1: TMemo
  1221.     Left = 8
  1222.     Top = 320
  1223.     Width = 433
  1224.     Height = 57
  1225.     BorderStyle = bsNone
  1226.     Color = clWhite
  1227.     Font.Color = clBlack
  1228.     Font.Height = -11
  1229.     Font.Name = 'Arial'
  1230.     Font.Style = []
  1231.     Lines.Strings = (
  1232.       
  1233.         'You can enter either the organisation or an individual (e.g., Le' +
  1234.         'e Smith) '
  1235.       
  1236.         'as the orgainsiation.Do not list a "dba" or acronym as the It  i' +
  1237.         's important '
  1238.       
  1239.         'to list the legal name and address of who will own & use the dom' +
  1240.         'ain name.')
  1241.     ParentFont = False
  1242.     ReadOnly = True
  1243.     TabOrder = 1
  1244.     WordWrap = False
  1245.   end
  1246.   object Finger1: TFinger
  1247.     Left = 224
  1248.     Top = 296
  1249.   end
  1250. end
  1251.